Update scripts to find the new location of dmd#3
Update scripts to find the new location of dmd#3RazvanN7 wants to merge 1 commit intobraddr:masterfrom
Conversation
|
See also closed issue 1 and 2. Specifically, the windows build directory layout is not changed to match posix and this broke the testing on those platforms. The changes had to be rolled back. Get windows fixed please. |
src/do_test_phobos.sh
Outdated
| esac | ||
|
|
||
| $makecmd DMD=../dmd/src/dmd MODEL=$OUTPUT_MODEL $EXTRA_ARGS -f $makefile auto-tester-test >> ../phobos-unittest.log 2>&1 | ||
| $makecmd DMD=../dmd/generated/*/relese/$COMPILER_MODEL/dmd MODEL=$OUTPUT_MODEL $EXTRA_ARGS -f $makefile auto-tester-test >> ../phobos-unittest.log 2>&1 |
|
@braddr could you tell us how to reproduce the error please? Is there a way to see the autotester? |
|
I didn't leave the changes in the auto-tester to fail. But you just need to build dmd on windows and observe that the output directory structure doesn't match the pattern. A quick re-look, it's missing the release vs debug directory level. It might well be incorrect in other ways/circumstances as well, but that stands out right now. braddr@power:/home/braddr/sandbox/at-client (master)$ find master-test-Win_32_64 -name dmd.exe |
|
@RazvanN7 looks like you need to get a windows installation. Please coordinate with Eduard to get one going, you both need it. Thanks! |
|
ping @braddr I think we're good to go now |
|
Both stable and master are updated? Needs to be both. |
@braddr |
|
Ping @braddr - finally time to move forward with this? |
|
This was completed quite a while ago, sorry for forgetting to close the issue. |
No description provided.